home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Panorama.dxr / 00077.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  234 b   |  11 lines

  1. on exitFrame
  2.   global returnframe
  3.   if the mouseCast > 0 then
  4.     set ncast to word 1 of the name of the mouseMember
  5.     if (ncast <> "plan") and (ncast <> "hotspot") then
  6.       go(returnframe)
  7.     end if
  8.   end if
  9.   go(the frame)
  10. end
  11.